|
Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
Dhcpv6ServerProcess handles the DHCPv6 server process. More...
Public Member Functions | |
| void | enableDhcpServer (bool, HostPort, std::string &) |
| Enables/Disables DHCPv6 server. More... | |
Public Member Functions inherited from Process | |
| Device | getOwnerDevice () |
| Returns the device for this process. More... | |
Dhcpv6ServerProcess handles the DHCPv6 server process.
| void Dhcpv6ServerProcess::enableDhcpServer | ( | bool | , |
| HostPort | , | ||
| std::string & | |||
| ) |
Enables/Disables DHCPv6 server.
| pPort | the port that the DHCPv6 server resides on |
| poolName | the DHCPv6 pool name |